syscall.SockaddrNetlink.raw (field)
6 uses
	syscall (current package)
		syscall_linux.go#L608: 	raw    RawSockaddrNetlink
		syscall_linux.go#L612: 	sa.raw.Family = AF_NETLINK
		syscall_linux.go#L613: 	sa.raw.Pad = sa.Pad
		syscall_linux.go#L614: 	sa.raw.Pid = sa.Pid
		syscall_linux.go#L615: 	sa.raw.Groups = sa.Groups
		syscall_linux.go#L616: 	return unsafe.Pointer(&sa.raw), SizeofSockaddrNetlink, nil
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |